h2 {
    font-family: 행복한 도비;
    color:rgb(77, 79, 80);
    margin-bottom: 30px;
   
}

body {
    font-size: 16px;
     }
        
    @media (max-width: 768px) {
    
    body {
        font-size: 14px;
        }
    }


    header,main {
        max-width: 1250px;
        margin: 0 auto;
        padding: 0 0px

    }
    
    header,main img {
        max-width: 100%;
        max-height: 100%;
    }


p {font-size: smaller;}

a {
    text-decoration: none; 
}

a:hover {
    color:rgb(77, 79, 80)
    
}

footer h3 {
    margin-left: 0;
}

footer p {
    margin-left: 0;
    color:rgb(77, 79, 80);
}

footer img {
    margin-left: 30px;
    padding-top: 0px;
    max-width: 100%;
    max-height: 100%;
}

footer h4 {
    margin-left: 0px;
}

@media (max-width: 768px) {
    
    footer h3 {
        font-size: 14px;
        }

    footer p {
            font-size: 10px;
        }
        
        
    }

    header{
        color: rgb(77, 79, 80);
        margin-top: 0;
    }

    .container {
        margin-left: 300px;
    }

    
   footer p {
   text-align: center;
    
   }

   body h2 {
    margin-left: 50px;
   }
   
   figcaption {
    font-size: 15px;
    color:aliceblue;
    margin-left: 530px;
    color:rgb(179, 89, 16);
   }

   h3 {
    text-align: center;
    color:rgb(77, 79, 80);
   }

   h4 {
    text-align: left;
    color:rgb(77, 79, 80);
    margin-left: 420px;
   }

   p {
    color:rgb(77, 79, 80);
    font-size: 15px;
    margin-left: 360px;
   }

   img {
    margin-left: 360px;
   }